<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 所有类名用小写，中横线 */
body{color: #383838;}
a{color: #383838;}
a:hover{color:#015293;}
input::-webkit-input-placeholder{color: #cccccc;}

/*** layout ***/
.container{width: 1218px;}
.page-bg{background: url(../images/public/innerpage_bg.png) no-repeat center top;}
.page-mainbox{border-radius: 8px 8px 0 0; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(98px);}
.page-padding{padding: 20px 20px 0;}
.page-mainbox.border{padding: 1px; background: linear-gradient(180deg, rgba(247, 251, 255, 1) 0%, rgba(92, 171, 255, 0.97) 99.82%);}
.page-mainbox.border .page-padding{background: #fff; padding-bottom: 20px;}
.page-mainbox.border &gt; .crumb{background: #F7FBFF;}
.page-padding-align{padding-left: 20px; padding-right: 20px;}
.bg-lightblue{background: #F5F9FF;}
.com-pannel-1{padding: 20px; border-radius: 8px;}
.com-pannel-shadow{box-shadow: 0px 0px 12px  rgba(0, 97, 176, 0.11);}

@media (max-width: 768px) {
  body{font-size: 14px;}
  .res.page-mainbox,
  .res.page-mainbox.border{background: none; backdrop-filter:initial}
  .res.page-padding, .page-padding-align{padding:0;}
  .res.page-mainbox.border &gt; .crumb{background: none;}
  .res.page-mainbox.border .res.page-padding{background: none; padding-bottom: 0;}
}


/* @font-face {
  font-family: 'systb';
  src: url('../../font/NotoSerifCJKsc-Medium.woff') format('woff');
}
@font-face {
  font-family: 'systb';
	src: url('../../font/NotoSerifCJKsc-Bold.ttf') format('truetype');
}
.font-syst, .font-syst-b{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.font-syst{font-family: "systb";}
.font-syst-b{ font-family: "systb";font-weight: 700;} */
.font-syst{font-family: "Microsoft YaHei";}
.font-syst-b{ font-family: "Microsoft YaHei";font-weight: 700;}



/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief &gt; .hd.line{border-bottom: #DEDEDE 1px solid;}
.tab-brief &gt; .hd ul{float: left; font-size: 1.75em;}
.tab-brief &gt; .hd li{float:left; position: relative;}
.tab-brief &gt; .hd li a{color: #383838;}
.tab-brief &gt; .hd li + li{margin-left: 30px;}
.tab-brief &gt; .hd.afterline li, .tab-brief &gt; .hd.line li, .tab-brief &gt; .hd.afterline2 li{padding-bottom: 15px;}
.tab-brief &gt; .hd.afterline li:after{content: ''; position: absolute; width:0; bottom:-1px; left:0; height: 3px; background: url(../images/public/tab_brief_line.png) no-repeat left top #006DC7; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief &gt; .hd.afterline li.on:after{width: 100%;}
.tab-brief &gt; .hd.afterline li.on a{color: #000;}
.tab-brief &gt; .hd.color-gray li a{color: #808080;}
.tab-brief &gt; .hd.fw-bold li a{font-weight: bold;}
.tab-brief &gt; .hd li.on a,
.tab-brief &gt; .hd li a:hover{ color: #015293; font-weight: bold;}
.tab-brief &gt; .hd.mark ul{position: relative; padding-left: 24px;}
.tab-brief &gt; .hd.mark ul:before{position: absolute; left: 0; top: 9px; /*top: 50%; margin-top: -10px;*/ content: ''; width: 3px; height: 24px; background: url(../images/public/tit_mark.png) no-repeat; background-size: 100% 100%;}

.tab-brief &gt; .hd.afterline2 li:after{content: ''; position: absolute; width:0; bottom:-2px; left:0; height: 4px; background: #015293; border-radius: 2px; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief &gt; .hd.afterline2 li.on:after{width: 2em;}
.tab-brief &gt; .hd.afterline2.afterlineRed li:after{background: #C41A1A;}
.tab-brief .more{float: right; padding-top: 8px;}

.tab-card &gt; .hd{line-height:46px; background: #f4f4f4;}
.tab-card &gt; .hd ul{float: left;}
.tab-card &gt; .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-card &gt; .hd li a{display: block; padding: 0 20px; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; background: #f4f4f4;}
.tab-card &gt; .hd li.on{cursor:pointer;}
.tab-card &gt; .hd li.on a{background:#1e51b1; color: #fff;}
.tab-card &gt; .hd li.on:after{width: 100%;}
.tab-card &gt; .hd .more{float: right; margin-right: 15px;}
.tab-card.arrow &gt; .hd{font-weight: normal;}
.tab-card.arrow &gt; .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #1E5AA8; margin-left: -8px;}

.com-more a{color:#C4C4C4; font-size: 1.125em; }
.com-more a:hover{color:#1E5AA8;}

.tab-brief .bd &gt; .item .infolist, 
.tab-card .bd &gt; .item .infolist{margin-top: 10px;}
.tab-brief .bd &gt; .item .infolist.mt0, 
.tab-card .bd &gt; .item .infolist.mt0{margin-top: 0;}
.js-tab .more a + a{display: none;}
.js-tab &gt; .bd &gt; * + * {display: none;}

.m-com-more{clear: both; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-com-more a{color:#666;}
.m-com-more a:hover{color: #333;}
.m-com-more.bg-white{background: #fff;}
.bg-lightblue .m-com-more{background: #fff;}

@media (max-width: 768px) {
  .tab-brief &gt; .hd.res ul{ font-size: 1.375em;}
  .tab-brief &gt; .hd.res ul li{margin:0 10px 10px 0 !important; padding: 0; border-bottom:none;}
  .tab-brief &gt; .hd.res ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .tab-brief &gt; .hd.res ul li.on a{color:#fff; background-color:#1a56a8;}
  .tab-brief &gt; .hd.res li:after{display: none;}
  .tab-brief.arrow &gt; .hd.res li.on i{display: none;}
  .tab-brief .bd &gt; .item &gt; .newsList{margin-top: 0;}

  .tab-card &gt; .hd.res{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .tab-card &gt; .hd.res ul li{margin:0 10px 10px 0 !important; font-size: 1.125em;}
  .tab-card &gt; .hd.res ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666; }
  .tab-card &gt; .hd.res ul li.on a{background:#1a56a8; color: #fff;}
  .tab-card &gt; .bd .item &gt; .newsList{margin-top: 0;}
  .tab-card &gt; .hd .more,
  .tab-brief &gt; .hd .more{display: none;}

  .m-com-more{display:block;}

}



.tabSwitch &gt; .bd,
.tabSwitch &gt; .outBd{position: relative;/*overflow: hidden;*/}
.tabSwitch &gt; .bd .move,
.tabSwitch &gt; .outBd .move{position:absolute; z-index:1; top:0; left:0; width:100%; opacity:0; -moz-opacity:0; filter:alpha(opacity=0);-khtml-opacity:0; transition:opacity .3s}
.tabSwitch &gt; .bd .move.show,
.tabSwitch &gt; .outBd .move.show{position:relative;z-index:2;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);-khtml-opacity:1}

/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
 ***/
 .infolist{clear: both;}
 .infolist li{position:relative; padding-top: 10px; padding-bottom: 10px; line-height:28px; overflow:hidden; vertical-align: top;}
 .infolist li &gt; a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; font-size: 1.125em;}
 .infolist li, .infolist li &gt; a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
 .infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 28px; margin: auto 0; color:#808080; font-size: 1.125em;}
 .infolist li &gt; a br{display: none;}
 .infolist li:hover a, .infolist li &gt; a:hover{color: #1F5EAB;}
 .infolist li:hover span{color:#1F5EAB;}
 .infolist.md li{padding-right:60px;}
 .infolist.ymd li{padding-right:120px;}
 
 .infolist.dot li &gt; a{padding-left: 20px;}
 .infolist.dot li &gt; a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 6px; height: 6px; background: #ccc; border-radius: 50%; transition: .3s all;}
 .infolist.dot li:hover a:before{background: #015293}
 
 .infolist.line li{border-bottom: 1px solid #e1e5eb;}
 .infolist.line li{padding-top: 11px; padding-bottom: 11px;}
 
 .infolist.dashed li{border-bottom: 1px dashed #D6D6D6; padding-top: 15px; padding-bottom: 15px;}
 .infolist.lastnoline li:last-child{border-bottom: none !important;}
 
 .infolist.space10{margin-left: -5px; margin-right: -5px;}
 .infolist.space10 li{padding-left: 5px; padding-right: 5px;}
 .infolist.space10 li .time{right: 5px;}
 .infolist.space10.md li{padding-right:65px;}
 .infolist.space10.ymd li{padding-right:105px;}
 .infolist.space20{margin-left: -10px; margin-right: -10px;}
 .infolist.space20 li{padding-left: 10px; padding-right: 10px;}
 .infolist.space20 li .time{right: 10px;}
 .infolist.space20.md li{padding-right:70px;}
 .infolist.space20.ymd li{padding-right:120px;}
 .infolist.space30{margin-left: -15px; margin-right: -15px;}
 .infolist.space30 li{padding-left: 15px; padding-right: 15px;}
 .infolist.space30 li .time{right: 15px;}
 .infolist.space30.md li{padding-right:75px;}
 .infolist.space30.ymd li{padding-right:125px;}
 .infolist.space40{margin-left: -20px; margin-right: -20px;}
 .infolist.space40 li{padding-left: 20px; padding-right: 20px;}
 .infolist.space40 li .time{right: 20px;}
 .infolist.space40.md li{padding-right:80px;}
 .infolist.space40.ymd li{padding-right:130px;}
 
 .infolist.mulit li &gt; a{ position: static; float: none; padding-left: 0; max-width:none; white-space:normal;}
 .infolist.mulit li &gt; .time{position:static; display: inline-block;}
 .infolist.mulit li &gt; a:before{top: 23px; margin-top: 0;}
 .infolist.mulit.dot li{padding-left: 18px;}
 
 .infolist.mulit2 li &gt; a{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
 .infolist.mulit2.dot li &gt; a:before{top: 14px;}
 .infolist.mulit2 li &gt; .time{top: 12px;bottom: auto;}
 
 .infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #ccc;}
 
 @media (max-width: 768px) {
   .infolist.md[class*="space"] li{padding-right:60px;}
   .infolist.ymd[class*="space"] li{padding-right:110px;} 
 
   .res.infolist li{padding-right:0 !important; position: relative;}
   .res.infolist li &gt; a{ position: static; float: none; max-width:none; padding-left: 0; padding-right:12px; white-space:normal;}
   .res.infolist li .time{position:static; display: inline-block;}
   .res.infolist li &gt; a:before,
   .res.infolist.mulit2.dot li &gt; a:before{top: 24px; margin-top: 0;}
   .res.infolist.line li a:before{top: 24px;}
   .res.infolist.dot li{padding-left: 18px;}
 }


/***
菜单卡片样式：
***/
.iconmenu li .box{display: block;}

.iconmenu li .box{position: relative;}
.iconmenu li .box .icon{display: block; font-size: 0; line-height: 0;}
.iconmenu.splitline li .box:before{position: absolute; top: 0; bottom: 0; right: 0; content: ""; width: 1px; background: #ecf2f9;}
.iconmenu.splitline li:last-child .box:before{display: none;}

.iconmenu.inline li .box .icon,
.iconmenu.inline li .box .tit{display: inline-block; vertical-align: middle;}

.iconmenu.break li .box{text-align: center;}
.iconmenu.break li .box .icon{display: block;}
.iconmenu.break li .box .icon img{display: block; margin-left: auto; margin-right: auto;}
.iconmenu.break li .box .tit{display: block;}

.iconmenu.position li .box{position: relative;}
.iconmenu.position li .box .icon{position: absolute; top: 50%; transform: translateY(-50%); left: 20px;}
.iconmenu.valignmiddle li .box:after{content: ''; width: 0; height: 100%;}
.iconmenu.valignmiddle li .box:after,
.iconmenu.valignmiddle li .box .tit,
.iconmenu.valignmiddle li .box .icon{vertical-align: middle; display: inline-block;}
 
.iconmenu.center li .box{text-align: center;}


/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.75em; font-weight:bold;}
.com-title h3 a:hover{color:#1F5EAB;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#015293;}
.com-title.square h3{padding-left:20px;}
.com-title.square.orange h3:before{background: #ee5e37;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#1F5EAB;}
.com-title.underline.red h3:after{background: #C20000;}
.com-title.underline.half h3{padding-bottom: 14px;}
.com-title.underline.half h3:after{width: 2em;}
.com-title.fs24 h3{font-size: 1.5em;}
.com-title.line{border-bottom: 1px solid #DEDEDE; padding-bottom: 15px;}

.com-title.mark h3{padding-left: 24px;}
.com-title.mark h3:before{position: absolute; left: 0; top: 50%; margin-top: -10px; content: ''; width: 3px; height: 24px; background: url(../images/public/tit_mark.png) no-repeat; background-size: 100% 100%;}

.com-btn{padding-left: 15px; padding-right: 15px; display: inline-block; white-space: nowrap;}
.com-btn .icon, .com-btn .tit{display: inline-block; vertical-align: middle;}
.com-btn .icon{font-size: 0;}
.com-btn .icon img{display: block;}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
.imgratio .imgratio-imgbox{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.imgratio .imgratio-imgbox .imgratio-img{display: block; width: 100%; height: 100%;}
.imgratio.free .imgratio-imgbox .imgratio-img{height: auto; min-height: 100%; object-fit: cover;}



/* 滚动条 */
.scrollbar-xy{overflow: auto;}
.scrollbar-xy::-webkit-scrollbar{ width: 6px;height: 6px;}
.scrollbar-y{overflow-y: auto; overflow-x: hidden;}
.scrollbar-y::-webkit-scrollbar{ width: 6px;height: auto;}
.scrollbar-x{overflow-x: auto; overflow-y: hidden;}
.scrollbar-x::-webkit-scrollbar{ height: 6px;width:auto;}
/* 滚动条轨道 */
.scrollbar-xy::-webkit-scrollbar-track,
.scrollbar-x::-webkit-scrollbar-track,
.scrollbar-y::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 3px;background: #E5E5E5;}
/* 滚动条滑块 */
.scrollbar-xy::-webkit-scrollbar-thumb,
.scrollbar-x::-webkit-scrollbar-thumb,
.scrollbar-y::-webkit-scrollbar-thumb{border-radius: 3px;background: linear-gradient(225deg, #689EE3 0%, #0262D6 100%);}


/* 当前位置crumb */
.crumb{border-radius: 8px 8px 0 0; background: #fff; padding-top: 13px; padding-bottom: 13px;}
.crumb h2{line-height: 28px; font-weight: normal; font-size: 1.125em; padding-left: 20px; color: #7DADD4;padding-right: 20px;}
.crumb h2 a{color: #7DADD4;}
.crumb h2 a.on,
.crumb h2 a:hover{color: #0061B0;}

@media (max-width: 768px) {
  .res.crumb{background: none; margin-bottom: 20px; padding-top: 0; border-bottom: rgba(0,0,0,.1) 1px solid;}
  .res.crumb h2{padding-left: 24px; background: url(../images/public/icon_position.png) no-repeat left 6px; background-size: 14px  17px;}
}


.column-search-box{padding-top: 80px; padding-bottom: 70px; width: 812px; max-width: 100%; margin: 0 auto;}
.column-search .ss{border-radius: 6px; border: 6px solid rgba(255, 255, 255, 0.49); box-shadow: 0px 8px 20px rgba(0, 104, 189, 0.16); }
.column-search .ss .inbox{position: relative; height: 54px; border-radius: 4px; background: #fff; padding-right: 55px; padding-left: 20px;}
.column-search .ss .stxt{height: 54px; padding: 0; line-height: 54px; border: 0; font-size: 1em; width: 100%;}
.column-search .ss .sbtn{position: absolute; right: 0; top: 0; height: 54px; width: 54px; background: url(../images/public/header_icon_ss.png) no-repeat center center; background-size: 22px 21px; cursor: pointer; border: 0;}
.column-search .hotkey {padding-left: 26px; padding-top: 30px;}
.column-search .hotkey span{color: #005CB8;}
.column-search .hotkey a{margin-left: 40px;}
@media (max-width: 768px) {
  .column-search-box{padding-top: 40px; padding-bottom: 35px;}
  .column-search .ss .inbox{height: 48px;}
  .column-search .ss .stxt{height: 48px; line-height: 48px;}
  .column-search .hotkey{display: none;}
}


/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
@media (max-width: 640px) {
	.alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
	.alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
}

/*** 分页 ***/
.pagination{font-size: 14px;}
.pagination .layui-laypage button, 
.pagination .layui-laypage input,
.pagination a,
.pagination span{display: inline-block; padding: 0 12px; height: 34px; line-height: 34px; text-align: center; margin:2px 5px;color: #666666; border: 1px solid #D3D3D3; transition: .3s all; border-radius: 2px;}
.pagination .layui-laypage-curr .layui-laypage-em,
.pagination .layui-laypage button:hover,
.pagination a:hover,
.pagination .num.active{background: #2354AF; color: #fff; border-color: #2354AF;}
.pagination .layui-laypage input,
.pagination .jump-ipt{width: 55px; height: 34px; padding: 0; border: 1px solid #D3D3D3; text-align: center;}
.pagination *{display: inline-block; vertical-align: middle;}
.pagination .arrow{display: block; width: 8px; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: 100% auto;}
.pagination .arrow.arrow-left{background-image: url(../images/public/page_arrow_l.png);}
.pagination .arrow.arrow-right{background-image: url(../images/public/page_arrow_r.png);}
.pagination .layui-laypage-prev:hover .arrow,
.pagination .prev:hover .arrow{background-image: url(../images/public/page_arrow_l_hover.png);}
.pagination .layui-laypage-next:hover .arrow,
.pagination .next:hover .arrow{background-image: url(../images/public/page_arrow_r_hover.png);}
.pagination .prev,
.pagination .next{background: #F2F2F2;}
.pagination.center{text-align: center; }
.pagination .layui-laypage a, 
.pagination .layui-laypage span{font-size: 16px;}
.pagination .layui-laypage-skip{height: 36px;line-height: 36px;margin: 0 5px;}
.pagination .none{display: none !important;}
.pagination.center{text-align: center;}
@media (max-width:992px){
  .pagination .total,
  .pagination .jump-ipt,
  .pagination .jump-btn{display: none;}	
}

@media (max-width:640px){
  .pagination a, .pagination span{padding: 0 5px; margin: 0 3px; border: none; background-color: transparent !important;}
  .pagination .num.active{color: #025192; font-weight: bold;}
  .pagination .arrow{background-size: 6px auto;}
}



/** 动画 **/
.anim{-webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both;}
.anim-upbit{-webkit-animation-name: search-upbit; animation-name: search-upbit;}
/* 微微往上滑入 */
@-webkit-keyframes search-upbit{
  from {-webkit-transform: translate3d(0, 15px, 0); opacity: 0.3;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes search-upbit{
  from {transform: translate3d(0, 15px, 0);  opacity: 0.3;}
  to {transform: translate3d(0, 0, 0);  opacity: 1;}
}



/*quickbar*/
.quickbar{position: fixed; /*top: 680px;*/ width: 78px; bottom:20px; right: 20px; z-index: 99; -webkit-transition: top ease .4s; -moz-transition: top ease .4s; -ms-transition: top ease .4s; transition: top ease .4s;}
.quickbar dl.znwd dt{position: relative; padding-bottom: 16px;}
.quickbar dl.znwd dt .icon img{display: block; width: 65px; margin: 0 auto;}
.quickbar dl.znwd dt span{position: absolute; left: 0; right: 0; bottom: 0; height: 28px; line-height: 28px; text-align: center; border-radius: 8px; background: #fff; box-shadow: 0px 9px 13px  rgba(0, 109, 199, 0.08);}

.quickbar dl{position: relative;}

.quick-panel{border-radius: 8px; padding: 0 6px; background: #fff; box-shadow: 0px 2px 13px  rgba(0, 109, 199, 0.08);}
.quick-panel dl dt a{display: block; padding-top: 20px; padding-bottom: 20px; cursor: pointer; transition: all .3s;}
.quick-panel dl dt .icon{display: block; height: 30px; position: relative; margin-bottom: 12px;}
.quick-panel dl dt a .icon img{position: absolute; left: 0; top: 0; bottom: 0; right: 0; transition: all .8s; height: 30px; margin: auto;}
.quick-panel dl dt a .icon .normal{opacity: 1;}
.quick-panel dl dt a .icon .active{opacity: 0;}
.quick-panel dl dt a span{display: block; text-align: center;}
.quick-panel dl.on dt a .normal,
.quick-panel dl:hover dt a .icon .normal{opacity: 0;}
.quick-panel dl.on dt a .active,
.quick-panel dl:hover dt a .icon .active{opacity: 1;}
.quick-panel dl + dl{border-top: 1px solid rgba(180, 205, 222, 0.44);;}

.quickbar dl.dl-gotop{display: none;}
.quickbar dl.dl-gotop a{display: block; height: 78px; position: relative;height: 80px; background: url(../images/public/quickbar_icon_gotop.png) no-repeat center center; background-size: 75% auto; transition: .3s all;}
.quickbar dl.dl-gotop a:hover{background-image: url(../images/public/quickbar_icon_gotop_active.png);}

.quickbar dl dd{position: absolute; right: 120%; top: 0; display: none;}
.quickbar dl dd .cont{position: relative; padding: 10px; *border: #e2e2e2 1px solid; background: #fff; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2); -o-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.quickbar dl dd img{display: block; width: 100%; min-width: 120px;}
.quickbar dl dd span{display: block; text-align: center; padding-top: 6px; font-size: 14px; color: #666; line-height: 18px; white-space: nowrap;}
.quickbar dl dd .cont:after{position: absolute; right: -19px; top: 22px; content: ""; width: 0; height: 0; overflow: hidden; border: 10px solid transparent; border-left-color: #fff;}
.quickbar dl dd .cont:before{position: absolute; right: -21px; top: 22px; content: ""; width: 0; height: 0; overflow: hidden; border: 11px solid transparent; border-left-color: #dae0e4;}
.quickbar dl.dl-khd dd{bottom: 0; top: auto;}
.quickbar dl.dl-khd dd .cont:after{top: auto; bottom: 58px;}
.quickbar dl.dl-khd dd .cont:before{top: auto; bottom: 57px;}

@media (max-width:1280px) {
  .quickbar{right: 0; bottom: 0; width: 60px;}
  .quickbar dl.znwd, .quick-panel{display: none;}
  .quickbar dl.dl-gotop a{height: 60px;}
}

/* 消息弹窗 */
.message-tip-modal{position:fixed;right:0;top:0;bottom:0;left:0;z-index:9999;text-align: center;height: 100vh;line-height: 100vh;}
.message-tip{
  background-color:rgba(0,0,0,.6);border-radius:8px;color:#fff;
  max-height:400px;max-width:500px;padding:14px 18px;display: inline-block;
  vertical-align: middle;line-height: 1.3;font-size: 1.125em;
}
.message-tip a{font-size: 1.11em;color:#fff;margin: 0 5px;}
.message-tip a:hover{font-weight: 700;}

.znwd-item{ width: 100%; height: 600px;}


/* 归档水印 */
.gd-watermark{width: 277px;position: absolute;z-index: 99;top: -0px;right:80px;}
.gd-watermark .date{width: 160px;font-weight: 800;height: 30px;line-height: 30px;font-size: 14px;color: #c00500;position: absolute;left: 80px;bottom: 70px;-ms-transform: rotate(-18deg);transform: rotate( 343deg);}
@media (max-width: 1280px){
    .gd-watermark{right: 0;}
}
</pre></body></html>